home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / virus / vste204 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1995-03-21  |  1017 b   |  35 lines

  1. @echo off
  2.  
  3. rem   Part of the Virus scanner suite of scripts
  4. rem   Installer batch file v 1.0   Fri  07/22/94
  5. rem   Mark Hazen  mhazen@hestia.fcs.uga.edu
  6. rem   Checks for installation of 4DOS, takes appropriate action
  7. rem   If found or not
  8.  
  9. if %@eval[2+2]==4 goto contin
  10. 4dos /E:2048 /C install.btm
  11. if errorlevel==0 goto end
  12.  
  13. cls
  14. echo.
  15. echo 4DOS was not found on your path. You need 4DOS to install
  16. echo these scripts.
  17. echo.
  18. echo If you do not have 4DOS, you can acquire the latest version at any
  19. echo of the SimTel archive mirrors, such as oak.oakland.edu, ftp.cdrom.com,
  20. echo or wuarchive.wustl.edu.
  21. echo.
  22. echo Exiting....
  23. echo.
  24. goto end
  25.  if not errorlevel==0 echo There was a problem. Was install.btm in the same directory?
  26. :contin
  27.  if %_4ver LT 5.0 echo.
  28.  if %_4ver LT 5.0 echo You need a more recent version of 4DOS.  Version 5.0+ is
  29.  if %_4ver LT 5.0 echo required, and you are running version %_4ver.
  30.  if %_4ver LT 5.0 echo .
  31.  if %_4ver LT 5.0 goto end
  32.  call install.btm
  33. :end
  34.  
  35.